call-up procedure - definizione. Che cos'è call-up procedure
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è call-up procedure - definizione

IN MICROSOFT'S WINDOWS NT OPERATING SYSTEMS
Lightweight procedure call; ALPC; Local Procedure Call; Lightweight Procedure Call; Asynchronous Local Inter-Process Communication

Wake-up call (service)         
TELEPHONE SERVICE PROVIDED BY LODGING ESTABLISHMENTS
Wake-up call (Service); Wake-up call
A wake-up call (alarm call in the United Kingdom, morning call in east Asia) is a service provided by lodging establishments allowing guests to request a telephone call at a pre-specified time, thus causing the guest to wake up at that time. It is similar in concept to an alarm clock, but is instead conducted via a telephone.
Open Network Computing         
COMPUTER NETWORK PROTOCOL
ONC RPC; Open Network Computing; Open network computing; SunRPC; Open Network Computing Remote Procedure Call system; ONCRPC; Open Network Computing Remote Procedure Call
(ONC) Sun's network protocols. [more detail?]
Call option         
  • Profits from buying a call.
  • Profits from writing a call.
FINANCIAL INSTRUMENT
Clean up call; Call options; Call provisions; European Call Option; Long call; Short call
A call option, often simply labeled a "call", is a contract, between the buyer and the seller of the call option, to exchange a security at a set price. The buyer of the call option has the right, but not the obligation, to buy an agreed quantity of a particular commodity or financial instrument (the underlying) from the seller of the option at a certain time (the expiration date) for a certain price (the strike price).

Wikipedia

Local Inter-Process Communication

The Local Inter-Process Communication (LPC, often also referred to as Local Procedure Call or Lightweight Procedure Call) is an internal, undocumented inter-process communication facility provided by the Microsoft Windows NT kernel for lightweight IPC between processes on the same computer. As of Windows Vista, LPC has been rewritten as Asynchronous Local Inter-Process Communication (ALPC, often also Advanced Local Procedure Call) in order to provide a high-speed scalable communication mechanism required to efficiently implement User-Mode Driver Framework (UMDF), whose user-mode parts require an efficient communication channel with UMDF's components in the executive.

The (A)LPC interface is part of Windows NT's undocumented Native API, and as such is not available to applications for direct use. However, it can be used indirectly in the following instances:

  • when using the Microsoft RPC API to communicate locally, i.e. between the processes on the same machine
  • by calling Windows APIs that are implemented with (A)LPC (see below)